Up: WebEQ Documentation

Getting Started with WebEQ

There are two steps to including WebEQ equations in web pages:

  1. Use the <APPLET> tag to instruct Netscape to load the WebEQ java program.
  2. Include the WebEQ math tags describing the equation WebEQ is to display.
At typical example might be:
<HR>
<B>Hello WebEQ</B><P>
<APPLET CODEBASE=../bin CODE=WebEQ.class HEIGHT=50 WIDTH=100>
<PARAM NAME=line1 VALUE="e^iπ^ + 1 = 0">
</APPLET>
<HR>

To set this example up on your system, you need to replace the value of the CODEBASE parameter with the directory where the WebEQ .class, .tab and .gif files are located. Consult the pages on installation for more details.

The output from this example looks like this:


Hello WebEQ


The best way to learn the WebEQ math tags is to go through the online overview and tutorial, introducing each tag with examples illustrating its use.


Up: WebEQ Documentation

[HOME] The Geometry Center Home Page

Comments to: rminer@geom.umn.edu
Created: Mar 28 1996 --- Last modified: Wed Jun 12 15:04:34 1996